소스 검색

changelog

Aleksandr Kuzmenko 4 년 전
부모
커밋
11cfaa44df
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      extra/CHANGES.txt

+ 5 - 1
extra/CHANGES.txt

@@ -1,8 +1,12 @@
 2021-XX-XX 4.2.1:
 
-	Bugfixes:
+	General improvements:
 
 	threads : changed main thread initialization to make main event loop available during static initialization (#10114)
+	php : added extern for `number_format` function (#10115)
+	python : rewrote `sys.thread.Thread`, `Mutex` and `Lock` as classes instead of abstracts.
+
+	Bugfixes:
 
 2021-02-09 4.2.0: